# Delete a group channel

Removes the specified channel from the group. Requires group administrator privileges. The channel is marked as deleted immediately and background workers handle cleanup of posts, media, and follower relationships.

RBAC: requires GroupChannels.Manage

Endpoint: DELETE /api/v1/groups/{groupId}/channels/{channelId}
Version: 1.0
Security: header

## Path parameters:

  - `channelId` (string, required)
    The unique identifier of the channel to delete
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

  - `groupId` (string, required)
    The unique identifier of the group
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"


